﻿@charset "utf-8";

html {
    /*font-size:62.5%;*/
}

body {
    padding: 0px;
    margin: 0px auto;
    /*font-size:1.6em;*/
    font-size: 28px;
    font-family: Microsoft YaHei, arial, '宋体';
    min-width: 320px;
    max-width: 750px;
    position: relative;
    /*禁用Webkit内核浏览器的文字大小调整功能*/
    -webkit-text-size-adjust: none;
    color: #303030;
    /*取出点击出现半透明的灰色背景*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight: rgba(0, 0, 0, 0);

    /*控制内容的可选择性*/
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;

    /*设置字体的抗锯齿或者说光滑度*/
    -webkit-font-smoothing: antialiased;
}

ul,
li,
form,
dl,
dt,
dd,
div {
    padding: 0px;
    margin: 0px;
}

.ul,
.ul li {
    list-style: none;
    margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.p {
    padding: 0px;
    margin: 0px;
}

select,
input,
em,
textarea {
    font-size: 1em;
    font-style: normal;
    color: #585858;
    font-family: Microsoft YaHei;
    border-radius: 0;
    -webkit-border-radius: 0;
}

img,
object {
    border: none;
    border: 0;
    overflow: hidden;
    vertical-align: top;
}

a {
    color: #585858;
    text-decoration: none;
    noline: -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

/* 去掉链接触摸高亮 */
a:focus {
    outline: none;
    -moz-outline: none;
}

.hide {
    display: none;
}

/*设置隐藏元素*/

/*清楚浮动*/
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    zoom: 0;
}

.wapMain {
    padding: 0 40px;
}

/*页面框架*/
.Contain {
    background-color: #FFFFFF;
    padding-bottom: 40px;
}

.scroll {
    overflow: scroll;
    width: 100%;
}

.TopBox {
    height: 152px;
}

.Top {
    padding: 40px 0;
    background: #fff;
    width: 100%;
    border-bottom: 2px solid #b3b4b4;
    z-index: 999;
    box-shadow: 0 0 20px #5f5656;
}

.Top .navBtn {
    display: block;
    height: 70px;
    width: 90px;
    position: relative;
    cursor: pointer;
    float: right;
    background: #004b96;
}

.Top .navBtn span {
    display: block;
    width: 65px;
    height: 7px;
    background: #fff;
    position: absolute;
    left: 12px;
    transition: all .3s;
    color: #fff;
    z-index: 101;
}

.Top .navBtn span.span1 {
    top: 70%;
}

.Top .navBtn span.span2 {
    top: 50%;
    margin-top: -4px;
}

.Top .navBtn span.span3 {
    bottom: 70%;
}

.mm-wrapper_opened .Top .navBtn span.span1 {
    transform: rotate(-45deg);
    top: 50%;
}

.mm-wrapper_opened .Top .navBtn span.span2 {
    background-color: transparent;
}

.mm-wrapper_opened .Top .navBtn span.span3 {
    transform: rotate(45deg);
    top: 50%;
}

.Top .nav {
    position: fixed;
    width: 80%;
    top: 0;
    right: -80%;
    bottom: 0;
    background: #0c579d;
    background: #000;
    z-index: 99;
    padding-top: 150px;
    transition: all .2s;
}

.Top .navAon {
    right: 0;
}

.Top .nav .showli {
    background: rgba(255, 255, 255, .1)
}

.Top .nav li .navA {
    display: block;
    line-height: 100px;
    font-size: 30px;
    padding-left: 50px;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}

.Top .nav li .navAslide::after {
    content: ' ';
    transition: all .3s;
    background: url(../images/top002262-icon.png) no-repeat center center / cover;
    width: 20px;
    height: 8px;
    display: block;
    position: absolute;
    right: 24px;
    top: 44px;
}

.Top .nav li.on .navA {
    background: #58b530;
}

.Top .nav li .xl {
    display: none;
}

.Top .nav li .xl a {
    display: block;
    line-height: 100px;
    font-size: 30px;
    padding-left: 70px;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.Top .nav .showli .navAslide::after {
    transform: rotate(180deg);
}


/*字体、图片单位可以直接使用px*/

/* banner */

.Banner .List .libox {
    position: relative;
}

.Banner .List .libox .bTxtBox {
    position: absolute;
    width: 575px;
    left: 50%;
    top: 50%;
    color: #303030;
    font-size: 30px;
    --webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.Banner .List .libox .bTxtBox .h3 {
    font-size: 48px;
    font-weight: normal;
    text-align: left;
}

.Banner .List .libox .bTxtBox .txt {
    padding-top: 10px;
    text-align: left;
}

.Banner .List .libox .btn {
    display: block;
    width: 160px;
    line-height: 60px;
    text-align: center;
    margin: 130px auto 0;
    background: #004b96;
    color: #fff;
    font-size: 26px;
}

.Banner .List {
    text-align: center;
}

.Banner .bx-controls {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding: 45px 0;
}

.Banner .bx-pager {
    text-align: center;
}

.Banner .bx-pager .bx-pager-item {
    display: inline-block;
    padding: 0 20px;
}

.Banner .bx-pager .bx-pager-item a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    overflow: hidden;
    line-height: 999px;
    background: #c9cbca;
}

.Banner .bx-pager .bx-pager-item a.active {
    background: #014a96;
}

.Banner .bx-prev {
    position: absolute;
    left: -80px;
    top: 50%;
    margin-top: -21.5px;
    width: 43px;
    height: 43px;
    background: url('../images/bleft01.png') no-repeat center;
    line-height: 999px;
    overflow: hidden;
}

.Banner .bx-next {
    position: absolute;
    right: -80px;
    top: 50%;
    margin-top: -21.5px;
    width: 43px;
    height: 43px;
    background: url('../images/bleft02.png') no-repeat center;
    line-height: 999px;
    overflow: hidden;
}

.banner {
    position: relative;
}

.banner .img {}

.banner .banTxt {
    color: #fff;
    font-size: 59px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}



/* banner */

/* 首页 */
.HomeTitle {
    padding-top: 40px;
    padding-bottom: 40px;
}

.HomeTitle .h3 {
    font-size: 40px;
    font-weight: normal;
}

.HomeTitle .h4 {
    font-size: 40px;
}

.HomeList {}

.HomeList ul li {
    padding-top: 80px;
}

.HomeList ul li .libox {}

.HomeList ul li .libox .h3 {
    font-size: 40px;
    padding-bottom: 35px;
}

.HomeList ul li .libox .h3 a {
    color: #303030;
}

.HomeList ul li .libox .txt {
    font-size: 28px;
    padding-top: 20px;
}

.HomeList ul li .libox .txt .more {
    color: #004b96;
    padding-left: 15px;
    font-size: 28px;
    padding-right: 30px;
    background: url('../images/more01.png') no-repeat right center;
}

.HomeListMore {
    padding: 88px 0;
}

.HomeListMore .more {
    display: inline-block;
    padding-right: 30px;
    font-size: 28px;
    color: #004b96;
    background: url('../images/more01.png') no-repeat right center;
}

.HomeText {
    margin: 30px 0;
    font-size: 2rem;
}

.bottomNav {
    padding: 35px 0;
}

.bottomNav ul li {
    float: left;
    margin-right: 35px;
}

.bottomNav ul li.last {
    margin-right: 0;
}

.bottomNav ul li a.lia {
    font-size: 30px;
    color: #FFFFFF;
    display: block;
    line-height: 55px;
}

.Bgywm ul li {
    float: left;
    margin-right: 35px;
}

.Bgywm ul li a.lia {
    font-size: 30px;
    color: #303030;
    display: block;
    line-height: 55px;
}

.Bgywm ul li.last {
    margin-right: 0;
}

.Bgywm ul li.last a.fxicon {
    width: 55px;
    height: 55px;
    padding: 0;
    margin-right: 20px;
    border-radius: 10px;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: center;
}

.Bgywm ul li.last a.fx01 {
    background-image: url('../images/fx01.png');
}

.Bgywm ul li.last a.fx02 {
    background-image: url('../images/fx02.png');
}

.Bgywm ul li.last a.fx03 {
    background-image: url('../images/fx03.png');
}

.BottomTxt {
    padding-top: 55px;
    font-size: 23px;
    line-height: 1.5em;
}

.BottomTxt a {
    font-size: 23px;
    color: #303030;
}

.BottomLink {
    color: #FFFFFF;
    padding-top: 55px;
}

/* 首页 */

/* 内页banner内容 */

.BanInfo {
    padding: 45px 0;
    font-size: 28px;
}

.BanInfo .h3 {
    font-size: 40px;
    font-weight: normal;
}

.BanInfo .txt {
    padding: 8px 0;
}

.BanList {
    padding: 55px 0 195px;
}

.BanList ul li a {
    display: block;
    line-height: 155px;
    font-size: 32px;
    color: #303030;
    text-align: center;
    background: url('../images/blistbg.png') no-repeat 0 center;
}

.BanList ul li {
    border-bottom: 1px dashed #000;
}

.BanList ul {
    border-top: 1px dashed #000;
}

.MTitle .h3 {
    font-size: 40px;
    font-weight: normal;
    position: relative;
    padding-bottom: 33px;
}

.MTitle .h3 .icon {
    height: 1em;
    left: -40px;
    width: 18px;
    position: absolute;
    background: #3d7dca;
    top: 10px;
}

/* 内页banner内容 */

.BriefList {}

.BriefList ul li {
    padding-bottom: 75px;
}

.BriefList .Item .txt {
    font-size: 30px;
    padding-top: 30px;
    line-height: 2em;
}


.historyList {
    padding: 0px 60px 75px 0;
}

.historyList .ul {
    border-left: 5px solid #3d7dca;
    padding: 110px 0 80px 45px;
    position: relative;
}

.historyList .ul .uli {
    background: url('../images/hoibg01.jpg') no-repeat center;
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    left: -23px;
    top: 0;
}

.historyList .ul li {
    position: relative;
    padding-bottom: 50px;
}

.historyList .ul li .lii {
    position: absolute;
    top: 10px;
    left: -63px;
    background: url('../images/hoibg02.jpg') no-repeat center;
    display: block;
    width: 32px;
    height: 32px;
}

.historyList .ul li .h3 {
    color: #004b96;
    font-size: 40px;
    font-weight: normal;
    position: relative;
    padding-bottom: 10px;
}

.historyList .ul li .txt {
    font-size: 30px;
}

.historyList .more {
    position: relative;
    left: -15px;
}

.VTitle {
    color: #004b96;
    font-size: 32px;
    font-weight: normal;
}

.VocJob {
    padding: 88px 0;
}

.VocJob .litop {
    background: #f7f7f7;
    padding: 32px 95px 32px 32px;
    position: relative;
    font-size: 32px;
}

.VocJob .litop .icon {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 30px;
    top: 32px;
    display: block;
    background: url('../images/jobbtn01.png') no-repeat center;
}

.VocJob .liCon {
    display: none;
    background: #f7f7f7;
    padding: 0 30px 30px;
    line-height: 2em;
}

.VocJob ul li {
    margin-bottom: 5px;
}

.VocJob ul li.on .icon {
    background-image: url('../images/jobbtn02.png');
}

.VocJob ul li.on .litop {
    color: #014a96;
}

.VocationUs {
    padding-bottom: 80px;
}

.VocationUs .txt {
    line-height: 2em;
}

.SolutionList {
    padding-bottom: 100px;
}

.SolutionList ul li {
    margin-bottom: 22px;
    border-left: 14px solid #f7f7f7;
}

.SolutionList ul li .h3 {
    position: relative;
    padding-right: 87px;
    background: #f7f7f7;
}

.SolutionList ul li.last {
    margin-bottom: 0px;
}

.SolutionList ul li a {
    display: block;
    position: relative;
    padding-left: 32px;
    color: #303030;
    font-size: 32px;
    height: 96px;
    line-height: 96px;
    background: #f7f7f7;
}

.SolutionList ul li .icon {
    position: absolute;
    background: url('../images/jobbtn01.png') no-repeat center;
    width: 40px;
    height: 40px;
    right: 32px;
    top: 50%;
    margin-top: -20px;
}

.SoCateList {
    padding-bottom: 48px;
}

.SoCateList .ul li {
    margin-bottom: 20px;
}

.SoCateList .ul li .liA {
    background: #f7f7f7;
    color: #303030;
    padding: 30px 45px 40px 30px;
    display: block;
}

.SoCateList .ul li .liA .h3 {
    color: #333;
    font-weight: normal;
    font-size: 32px;
}

.SoCateList .ul li .liA .txt {
    padding: 20px 0 40px;
}

.SoCateList .ul li .liA .more {
    display: inline-block;
    font-size: 26px;
    color: #014a96;
    padding-left: 40px;
    background: url('../images/more03.png') no-repeat 0 center;
    line-height: 32px;
}

.SolutionInfo {
    padding: 88px 0;
}

.SolutionInfo .sh3Title {
    color: #004b96;
    font-weight: normal;
    font-size: 40px;
}

.SolutionInfo .shTxt {
    line-height: 2em;
}

.SolutionList ul li .Box {
    background: #f7f7f7;
    padding: 35px;
    display: none;
}

.SolutionList ul li .Box p {
    margin: 0;
}

.SolutionList ul li .Box .txt {
    color: #303030;
    line-height: 50px;
}

.SolutionList ul li .Box .ul {
    padding-top: 40px;
    padding-bottom: 80px;
}

.SolutionList ul li .Box .ul li {
    border: 0;
}

.SolutionList ul li .Box .ul li a {
    padding: 0;
    color: #014a96;
    font-size: 26px;
    height: 75px;
    line-height: 75px;
    display: inline-block;
    padding-right: 40px;
    background: url(../images/jobbtn012.png) no-repeat right center;
}

.SolutionList .ul li.on {
    border-left: 14px solid #004b96;
}

.SolutionList .ul li.on .icon {
    background: url(../images/jobbtn02.png) no-repeat center;
}

.SolutionList .ul li.on .Box {
    display: block;
}

.SerList {
    padding-bottom: 10px;
}

.SerList ul li {
    padding-bottom: 40px;
}

.SerList ul li a.liA {
    display: block;
    background: #fafafa;
    color: #303030;
}

.SerList ul li a .txtBox {
    padding: 40px 50px 40px 40px;
}

.SerList ul li a .txtBox .h3 {
    font-size: 32px;
    font-weight: normal;
}

.SerList ul li a .txtBox .txt {
    color: #505050;
    padding: 20px 0;
}

.SerList ul li a .txtBox .more {
    display: inline-block;
    color: #004b96;
    padding-right: 30px;
    background: url('../images/more01.png') no-repeat right center;
}

.Platform {
    padding-bottom: 75px;
}

.Platform .pItem {
    line-height: 1.3em;
    padding-bottom: 55px;
}

.Platform .pItem .h3 {
    font-size: 40px;
    color: #004b96;
    font-weight: normal;
}

.Platform .pItem .h3 .color {
    color: #58b530;
}

.Platform .pItem .txt {
    padding-top: 30px;
}


.Quality {
    line-height: 1.5em;
    padding-bottom: 75px;
}

.Quality .QH3 {
    font-size: 40px;
    color: #004b96;
    font-weight: normal;
    padding-bottom: 15px;
}

.Quality .List li {
    padding-top: 40px;
}

.Quality .List .liA {
    display: block;
    background: #f7f7f7;
}

.Quality .List .liA .img {
    float: left;
    width: 300px;
}

.Quality .List .liA .txtBox {
    float: right;
    width: 310px;
    padding: 30px 30px 0;
}

.Quality .List .liA .h3 {
    font-size: 36px;
    color: #0c579d;
    font-weight: normal;
}

.Quality .List .liA .txt {
    padding-top: 15px;
}

.Quality .List .odd .liA .img {
    float: right;
}

.Quality .List .odd .liA .txtBox {
    float: left;
}


.NewList {
    padding-bottom: 75px;
}

.NewList ul li {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.NewList ul li .liA {
    display: block;
}

.NewList ul li .liA .img {
    float: left;
    width: 273px;
}

.NewList ul li .liA .txtBox {
    float: right;
    width: 375px;
    font-size: 24px;
}

.NewList ul li .liA .txtBox .txt {
    padding: 2px 0 0px;
}

.NewList ul li .liA .txtBox .h3 {
    font-weight: normal;
    color: #004b96;
    font-size: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.NewInfo {
    padding: 80px 0;
}

.NewInfo .newTitle {
    border-bottom: 1px dashed #ccc;
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.NewInfo .newTitle .h3 {
    font-size: 40px;
    font-weight: normal;
}

.NewInfo .newTitle .h4 {
    font-size: 26px;
    font-weight: normal;
    color: #999;
    padding-top: 8px;
}

/*控件三 分页 css*/
.PageBox {}

.PageBox .Pages {
    text-align: center;
}

.PageBox .Pages a {
    padding: 15px 20px;
    border: 1px solid #ededed;
    color: #333;
    font-size: 24px;
    margin: 0 3px;
    transition: all .5s;
    border-radius: 10px;
}

.PageBox .Pages a:hover,
.PageBox .Pages a.a_cur {
    background: #004b96;
    color: #fff;
    border: 1px solid #004b96;
}

.PageBox .Pages .num {
    font-style: normal;
}

/*控件三 分页 css*/



/* 底部 */
.BackTop {
    display: block;
    width: 100%;
    height: 110px;
    line-height: 110px;
    background: url('../images/more02.jpg') no-repeat center;
    text-align: center;
    font-size: 34px;
    color: #fff;
}

.bottom {
    padding-bottom: 115px;
    background-color: #303030;
    color: #FFFFFF;
}

/* 底部 */

/* 导航 */
#menu {
    z-index: 9999;
}

.mm-panel {
    padding-top: 100px;
}

.mm-navbar__title {
    padding: 0;
}

#mm-0 .mm-navbar__title {
    display: none;
}

.mm-navbar {
    height: 100px;
    line-height: 100px;
}

.mm-listitem__text {
    line-height: 100px;
    padding-top: 0;
    padding-bottom: 0;
}

.txtcut3 {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    padding: 0;
}

ul.pagination li {
    display: inline-flex;
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

ul.pagination li.active span {
    background: #004b96;
    color: #fff;
    border: 1px solid #004b96;
}

ul.pagination li span {
    padding: 15px 20px;
    border: 1px solid #ededed;
    color: #333;
    font-size: 24px;
    margin: 0 3px;
    transition: all .5s;
    border-radius: 10px;
}